sdtypefloat module

class sd.api.sdtypefloat.SDTypeFloat(APIContext, handle, *args, **kwargs)

Bases: sd.api.sdtypebasetype.SDTypeBaseType

Class representing the float type

getClassName() → str

Returns the most specific name of the class this APIObject is

getId() → str

Get the type identifier string

getModifier() → sd.api.sdtype.SDTypeModifier

Get the type modifier (see SDTypeModifier enum)

release() → None

Releases an APIObject

static sNew() → sd.api.sdtypefloat.SDTypeFloat

Create new SDTypeFloat